找传奇、传世资源到传世资源站!

使用DevExpress的Winform(C#)连接MySQL的Demo

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】使用DevExpress的Winform(C#)连接MySQL的Demo
需要建表: create table userinfo ( id int(5) auto_increment not null primary key, --自增主键 ...使用了两种方式MySQLDriverCS和OLEDB,分别对应两个画面和两个引用的DLL: MySQLDriverCS.dll和MySQLPV.dll

【相关图片】

from clipboard

from clipboard

【源码结构】
文件清单
└── WindowsFormsApplication1
    ├── bin
    │   ├── Debug
    │   │   ├── DevExpress.Data.v9.2.dll
    │   │   ├── DevExpress.Utils.v9.2.dll
    │   │   ├── DevExpress.XtraBars.v9.2.dll
    │   │   ├── DevExpress.XtraEditors.v9.2.dll
    │   │   ├── DevExpress.XtraGrid.v9.2.dll
    │   │   ├── DevExpress.XtraTreeList.v9.2.dll
    │   │   ├── en
    │   │   ├── Interop.MySQLPV.dll
    │   │   ├── MyForm.exe
    │   │   ├── MyForm.pdb
    │   │   ├── MyForm.vshost.exe
    │   │   ├── MySQLDriverCS.dll
    │   │   └── zh-CHT
    │   └── Release
    │       ├── MyForm.exe
    │       ├── MyForm.pdb
    │       ├── MyForm.vshost.exe
    │       ├── MyForm.vshost.exe.manifest
    │       └── MySQLDriverCS.dll
    ├── DataSetUser.Designer.cs
    ├── DataSetUser.xsc
    ├── DataSetUser.xsd
    ├── DataSetUser.xss
    ├── FormMain.cs
    ├── FormMain.Designer.cs
    ├── FormMain.resx
    ├── FormMySQL.cs
    ├── FormMySQL.Designer.cs
    ├── FormMySQL.resx
    ├── FormOLEDB.cs
    ├── FormOLEDB.Designer.cs
    ├── FormOLEDB.resx
    ├── obj
    │   ├── Debug
    │   │   ├── Interop.MySQLPV.dll
    │   │   ├── MyForm.exe
    │   │   ├── MyForm.pdb
    │   │   ├── Refactor
    │   │   ├── ResolveAssemblyReference.cache
    │   │   ├── TempPE
    │   │   │   └── DataSetUser.Designer.cs.dll
    │   │   ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
    │   │   ├── WindowsFormsApplication1.csproj.GenerateResource.Cache
    │   │   ├── WindowsFormsApplication1.Form2.resources
    │   │   ├── WindowsFormsApplication1.Form3.resources
    │   │   ├── WindowsFormsApplication1.FormMySQL.resources
    │   │   ├── WindowsFormsApplication1.FormOLEDB.resources
    │   │   ├── WindowsFormsApplication1.Properties.Resources.resources
    │   │   ├── WindowsForms.csproj.FileListAbsolute.txt
    │   │   ├── WindowsForms.csproj.GenerateResource.Cache
    │   │   └── WindowsForms.csproj.ResolveComReference.cache
    │   └── Release
    │       ├── MyForm.exe
    │       ├── MyForm.pdb
    │       ├── TempPE
    │       │   └── DataSetUser.Designer.cs.dll
    │       ├── WindowsFormsApplication1.FormMySQL.resources
    │       ├── WindowsFormsApplication1.Properties.Resources.resources
    │       ├── WindowsForms.csproj.FileListAbsolute.txt
    │       └── WindowsForms.csproj.GenerateResource.Cache
    ├── Program.cs
    ├── Properties
    │   ├── AssemblyInfo.cs
    │   ├── Resources.Designer.cs
    │   ├── Resources.resx
    │   ├── Settings.Designer.cs
    │   └── Settings.settings
    ├── WindowsForms.csproj
    └── WindowsForms.csproj.vspscc

13 directories, 59 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复